demos/constraint-editor: Fix linking on MSVC builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 8 Jul 2019 10:37:27 +0000 (18:37 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 8 Jul 2019 10:37:27 +0000 (18:37 +0800)
commita20fd5e14e0b5e41c1b9eb15aa348ba1076e15fb
tree71d76175ae5ae668aa4c0fa1b65a7b24449abaa2
parent138986f064aff2340f2d92075be0a46955dea30b
demos/constraint-editor: Fix linking on MSVC builds

We must apply the /entry:mainCRTStartup linker flag in order to link GTK
apps in pure GUI form.  This follows what is done in demos/gtk-demo,
etc.
demos/constraint-editor/meson.build